SciChart.Charting Assembly > SciChart.Charting.Model.Filters Namespace > FilterExtensions Class > AggregateByCountDiscontinuousSeries Method : AggregateByCountDiscontinuousSeries<TY>(IOhlcDataSeries<DateTime,TY>,Int32,IDiscontinuousDateTimeCalendar) Method
Type of Y values
Data series to be filtered
The count of values that should be aggregated in one
The calendar
AggregateByCountDiscontinuousSeries<TY>(IOhlcDataSeries<DateTime,TY>,Int32,IDiscontinuousDateTimeCalendar) Method
Filters discontinuous data series by aggregation of count of values. Use it for SciChart.Charting.Visuals.Axes.DiscontinuousAxis.DiscontinuousDateTimeAxis
Syntax

Parameters

dataSeries
Data series to be filtered
aggregationCount
The count of values that should be aggregated in one
calendar
The calendar

Type Parameters

TY
Type of Y values

Return Value

The filtered data series
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also